PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridGroupsCollection Class / GetLoadedItems Method / GetLoadedItems(Nullable<Int32>,Nullable<Int32>) Method

In This Topic
    GetLoadedItems(Nullable<Int32>,Nullable<Int32>) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetLoadedItems( _
       Optional ByVal fromIndex As Nullable(Of Integer), _
       Optional ByVal toIndex As Nullable(Of Integer) _
    ) As IEnumerable(Of ILoadedItem(Of T))

    Parameters

    fromIndex
    toIndex
    See Also